SoapClient Laravel 8

29

1$customers = Soap::to('https://api.example.com')2  ->withBasicAuth('username', 'password')3  ->Customers(['SortBy' => 'name']);

Comments

Submit
0 Comments